kuser () { for x in "$@"; do suda kill -15 "$(ps -axww -o pid,user,command | grep loginwindow | grep $x | awk '{print $1}')" done }